Process/Instances({ProcessInstanceID})/DataFields

Returns a data field collection for the Process process Instance instance matching the specified process instance identifierProcessInstanceID.

URI

{Service Root URI}/Process/Instances({ProcessInstanceID})/DataFields
https://api.denallix.com:443/K2Services/REST.svc/Process/Instances(8)/DataFields

Method

GET

Service Path Options

Required

• ProcessInstanceID (Integer) – the identifier of the process instance (ProcInstID)

Query Options

No filters are applied if options are not provided.

Optional

Return Type

DataFieldCollection or Failure

GET /K2Services/REST.svc/Process/Instances(8)/DataFields
					<?xml version="1.0" encoding="utf-8"?>                    <DataFieldCollection xmlns="http://schemas.k2.com/process/d1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">                     <DataField Name="MyProcessDataField">Some process data value</DataField>                    </DataFieldCollection>